Try harder to fix focus tests
authorMatthias Clasen <mclasen@redhat.com>
Sun, 16 Apr 2023 18:07:13 +0000 (20:07 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2023 07:26:59 +0000 (09:26 +0200)
The focus test now asserts that its window is active.
So we should not run them in parallel with other tests,
since those might steal the focus.

testsuite/gtk/meson.build

index 73dd1369c399b69c1d660c2bf64e59d917c69ec6..a5811561e703e4eb7ffbfaef7b8e92e150dab972 100644 (file)
@@ -261,6 +261,7 @@ foreach test : focus_chain_tests
       join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.ui'),
       join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.' + test[1]),
     ],
+    is_parallel: false,
     env: test_env,
     suite: [ 'gtk', 'focus' ],
   )